home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1996 April / Macworld (1996-04).dmg / Shareware World / Entertainment / General / Xconq 7.0.1 / lib / simple.g < prev    next >
Text File  |  1995-08-22  |  287b  |  14 lines

  1. (game-module "simple"
  2.   (blurb "trivial game")
  3.   )
  4.  
  5. ;;; This game definition is about as simple as you
  6. ;;; can get and still have a working game.
  7.  
  8. (terrain-type plains (color "green") (char "+"))
  9.  
  10. (unit-type human (image-name "person") (char "@")
  11.   (start-with 1)
  12.   (acp-per-turn 4)
  13.   )
  14.